Expand description
This crate provides a set of functions related to color encodings defined by the JPEG XL specification.
§Color transformation
jxl-color can handle the transformation between “well-known” color encodings without any
external color management system, since it is required by the specification. Such
transformations can be done by creating a ColorTransform
.
§Modules
Re-exports§
pub use header::*;
Modules§
- Constants used by the various colorspaces.
- Types related to color encoding.
- Functions related to ICC profiles.
Structs§
- Color encoding represented by either enum values or an ICC profile.
- Color transformation from a color encoding to another.
- “Null” color management system that fails on every operation.
Enums§
Traits§
- Color management system that handles ICCv4 profiles.
Functions§
- Applies transform from YCbCr to RGB.